Skip to content

Add Conda publishing to Conda build pipeline#44944

Merged
JennyPng merged 9 commits intoAzure:mainfrom
JennyPng:jennypng-conda-publish
Feb 11, 2026
Merged

Add Conda publishing to Conda build pipeline#44944
JennyPng merged 9 commits intoAzure:mainfrom
JennyPng:jennypng-conda-publish

Conversation

@JennyPng
Copy link
Member

@JennyPng JennyPng commented Jan 30, 2026

@JennyPng JennyPng requested a review from scbedd January 30, 2026 22:23
@JennyPng JennyPng marked this pull request as ready for review February 10, 2026 01:43
Copilot AI review requested due to automatic review settings February 10, 2026 01:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an Anaconda upload stage to the Conda build pipeline so built Conda artifacts can be published from CI/release runs.

Changes:

  • Added trigger/pr path filters for the Conda pipeline definition.
  • Wired a new Conda release stage template into the conda-sdk-client pipeline.
  • Introduced archetype-conda-release.yml to download the Conda artifact and upload packages to Anaconda via anaconda-client.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
eng/pipelines/templates/stages/conda-sdk-client.yml Adds triggers and composes in the Conda release stage template after the build stage.
eng/pipelines/templates/stages/archetype-conda-release.yml Defines the release deployment job that downloads the built artifact and uploads packages to Anaconda.

Copy link
Member

@scbedd scbedd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great.

@JennyPng JennyPng merged commit 380b5a4 into Azure:main Feb 11, 2026
16 checks passed
@JennyPng JennyPng deleted the jennypng-conda-publish branch February 11, 2026 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create CI pipeline ability to push built artifacts to Conda from release PR

3 participants